<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Aa Ideas</title>
	<link>http://www.aaideas.com</link>
	<description>Web Development, Open Source, Etc.</description>
	<lastBuildDate>Tue, 22 Nov 2011 19:47:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Customized Grails Controller for REST</title>
		<description><![CDATA[Grails can do RESTfull easily enough, but I wanted a restful API from grails without throwing out grails scaffolding, So I decided to customize Grails&#8217; controller template. grails install-templates then in [app-name]/src/templates/scaffolding/Controller.groovy import org.springframework.dao.DataIntegrityViolationException import grails.converters.XML import grails.converters.JSON class ${className}Controller { static allowedMethods = [list:'GET', show:'GET', edit:['GET', 'POST'], save:'POST', update:['POST','PUT'], delete:['POST','DELETE'] ] def index() { [...]]]></description>
		<link>http://www.aaideas.com/2011/11/22/customized-grails-controller-for-rest/</link>
			</item>
	<item>
		<title>RESTfullness and web-frameworks</title>
		<description><![CDATA[After working on an offline mobile web app that integrated with a Grails backend, and after that being prompted to explore options for a new some green field development, which lead me to re-evalutate things like REST to NoSQL to MVC frameworks in general to mobile frameworks, to front-end frameworks in general. I feel like I [...]]]></description>
		<link>http://www.aaideas.com/2011/09/26/restfullness-and-web-frameworks/</link>
			</item>
	<item>
		<title>SSH tunneling in Ubuntu</title>
		<description><![CDATA[I wanted to work with a PostgreSQL DB remotely with PgAdmin, but I didn&#8217;t really want to figure out how to allow the DB to accept external connections in a secure way. Since I have SSH access this should be very doable. I have seen co-workers use putty for SSH tunneling before, and had previously [...]]]></description>
		<link>http://www.aaideas.com/2011/06/03/ssh-tunneling-in-ubuntu/</link>
			</item>
	<item>
		<title>Jan 2010 Ubuntu Browser Benchmarks</title>
		<description><![CDATA[A follow-up of this. Note: I am just comparing Javascript. This is no longer a good way to benchmark a whole browser, if it ever was&#8230; but it is just interesting to me, and gives one metric that is an important one. Environment is Ubuntu 10.10 64bit on Core2Quad@2.66Ghz Browser Version Sunspider result Chromium 10.0.634.0 [...]]]></description>
		<link>http://www.aaideas.com/2011/01/17/jan-2010-ubuntu-browser-benchmarks/</link>
			</item>
	<item>
		<title>A Service is not a Product</title>
		<description><![CDATA[A recent article details How Google Is &#8216;Closed&#8217;, Just Like Apple I have to disagree. They may both have aspects that are closed, but they are definitely not &#8216;just like&#8217; each other. Apple sells a product that is closed, Google sells a service that is closed. The difference is crucial, and should be obvious to [...]]]></description>
		<link>http://www.aaideas.com/2010/10/28/a-service-is-not-a-product/</link>
			</item>
	<item>
		<title>my sunspider test results for Sept.</title>
		<description><![CDATA[Run on Ubuntu 10.04 64bit on core2quad@2.66Ghtz Browser Version Sunspider result Chromium 7.0.530.0 336.0ms +/- 9.1% Midori 0.2.8 366.4ms +/- 2.1% Epiphany 2.30.2 454.4ms +/- 3.8% Opera 10.62 397.8ms +/- 2.8% Firefox 3.6.11pre 1805.0ms +/- 3.0% Swiftfox 3.6.10 955.0ms +/- 1.3% Firefox 4b7pre 462.6ms +/- 7.9% Chromium is still leading the pack, but it&#8217;s lead [...]]]></description>
		<link>http://www.aaideas.com/2010/09/22/my-sunspider-test-results-for-sept/</link>
			</item>
	<item>
		<title>Pragmatism, Idealism, Tension and Balance</title>
		<description><![CDATA[A friend and I got into a brief discussion around audio codecs and licence restrictions today as we talked about working on something together &#8211; specifically why Firefox doesn&#8217;t support mp3 in their audio tag. Other discussions we have had hit on this idea of pragmatism vs. idealism. Today I was reminded of this now-out-of-date [...]]]></description>
		<link>http://www.aaideas.com/2010/09/22/pragmatism-idealism-tension-and-balance/</link>
			</item>
	<item>
		<title>IP infringement and definitions</title>
		<description><![CDATA[Apparently the current US administration is pushing to &#8216;reform&#8217; intellectual property laws, and even some popular tech sites have chimed in. Anyone around me for any length of time over the last few years knows that intellectual property is a pet subject of mine, so I can&#8217;t help but be annoyed by what they are saying. [...]]]></description>
		<link>http://www.aaideas.com/2010/08/31/ip-infringement-and-definitions/</link>
			</item>
	<item>
		<title>My Android Experience Thus Far</title>
		<description><![CDATA[I have had my Samsung Moment since around Thanksgiving 2009. It came with Adroid 1.5 initially and was my first smartphone. I played with it quite a bit at first, but after the first few months the novelty mostly wore off. I fell into a pattern of using it for its browser, email, twitter (mostly [...]]]></description>
		<link>http://www.aaideas.com/2010/08/24/my-android-experience-thus-far/</link>
			</item>
	<item>
		<title>week of year in jqueryUI datepicker</title>
		<description><![CDATA[I needed to display week of year in a colum on the jqueryUI datepicker. Luckily it has the feature built in, unluckily it has a quirk relative to the way we typically display calendars in the US with Sunday as the first day colum. At first I thought it was a bug, but technically it [...]]]></description>
		<link>http://www.aaideas.com/2010/06/23/week-of-year-in-jqueryui-datepicker/</link>
			</item>
</channel>
</rss>

